home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / GS26WGUI.ZIP / README < prev    next >
Text File  |  1993-09-21  |  3KB  |  95 lines

  1.  
  2. This is GS26WGUI            September, 1993
  3.  
  4. A Command Line Graphical User Interface for the MS Windows program:
  5.  
  6.     Ghostscript for Windows   Ver. 2.6.0
  7.  
  8.  (Should also work with Ghostscript for Windows 2.6.1 ... I have not had
  9.  luck getting the GIF file generation of version 2.6.1 to give me GIF
  10.  files my other software would always read successfully.  Your mileage
  11.  may vary.)
  12.  
  13. Its purpose is to make the use of Ghostscript for Windows more convenient,
  14. and to make its use feasible for the average user.
  15.  
  16. Ghostscript is a Postscript Interpreter.  It can (1) display, (2) print
  17. on inexpensive printers, and (3) store in graphics image files the Postscript
  18. files (B&W or Coloured) intended to be printed on Postscript printers.
  19.  
  20. This interface makes the use of the MS Windows version of Ghostscript
  21. much easier.
  22.  
  23. This is a new revision of this interface software.  It improves on the
  24. interface gswngui2 for Ghostscript for Windows 2.5.2, eliminates a couple 
  25. of bugs, enables the Ghostscript 2.6 device names and adds another feature
  26. or two.  It is not compatible with GS 2.5.x because of the difference
  27. in some of the device names.
  28.  
  29. This software is freely redistributable.  It is not to be sold.
  30.  
  31. Copyright (c) 1993 by     P. Budgell, London, Ontario, Canada
  32.             peter@engrg.uwo.ca
  33.  
  34.  
  35. ----------------------------------------------------------------------
  36.  
  37.  
  38. Documentation:
  39.  
  40. The accompanying gs26wgui.wri is a Windows Write file describing use of the
  41. program.  It can be read or printed under Windows Write.  It is 6 pages long.
  42. The images in it may not import properly into Word for Windows - use the
  43. Write program in the Accessories program group of MS Windows to view and
  44. print it.
  45.  
  46.  
  47. Ghostscript sources:
  48.  
  49. The user will have to get the Ghostscript for Windows software from
  50. the Internet, or from a well stocked BBS.
  51.  
  52. On the Internet, one source of Ghostscript for the PC is:
  53.  
  54.     wuarchive.wustl.edu
  55.  
  56. Look under the ftp directory:
  57.  
  58.     mirrors/win3      
  59.  
  60. and go digging to see where the software has been stored.
  61.  
  62. The Windows version of Ghostscript is gs260exe.zip and support files 
  63. may be needed as well.  See my documentation.
  64.  
  65. A good site for Windows software, and where I found gs260exe.zip is the
  66. Internet site:
  67.  
  68.     ftp.cica.indiana.edu
  69.  
  70. somewhere under pub/pc/win3.  Try pub/pc/win3/util.
  71.  
  72.  
  73. Visual Basic Runtime Module:
  74.  
  75. The Visual Basic 2.0 runtime module  vbrun200.dll  will be needed for
  76. this software.  It is available on many BBS's and the Internet.  Under
  77. the cica site above, look under pub/pc/win3/util for the file
  78.  
  79.     vbrun200.zip
  80.  
  81. and unzip it.
  82.  
  83.  
  84. This will probably be my last version of this interface software.
  85. Hopefully it is bug free and convenient to use.
  86.  
  87. The Ghostscript program accepts only a limited command line length.
  88. The @filename feature lengthens the possible command line length, although
  89. not without limit.  Multiselecting too many files will generate an error
  90. message.  The DOS version of Ghostscript accepts a longer @filename file.
  91.  
  92. Peter
  93.  
  94. ----------------------------------------------------------------------
  95.